How To Access Tags Through Java API Call?

This Article outlines how to extract tag data from a report object in the Windward Java Engine using ProccessReport.getTagTree() API call

In order to get the xml tag tree, use the following method:

ProcessReport.getTagTree(new FileInputStream("[Template Path]"), new FileOutputStream("[XML Tag Tree File Output Path]"), license_key);

The input templates must be one of the following:

  • .docx
  • .xlsx
  • .pptx